home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / wptools1 / vcl / wpprstt.dfm / wpprstt.txt
Text File  |  1996-09-15  |  3KB  |  132 lines

  1. object StatusItemsDlg: TStatusItemsDlg
  2.   Left = 225
  3.   Top = 156
  4.   ActiveControl = AllStrings
  5.   BorderStyle = bsDialog
  6.   Caption = 'WPTools statusstrings dialog'
  7.   ClientHeight = 219
  8.   ClientWidth = 431
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 212
  17.     Top = 8
  18.     Width = 205
  19.     Height = 154
  20.   end
  21.   object Label1: TLabel
  22.     Left = 229
  23.     Top = 47
  24.     Width = 29
  25.     Height = 16
  26.     Caption = 'Text:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 229
  30.     Top = 15
  31.     Width = 38
  32.     Height = 16
  33.     Caption = 'Name:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 229
  37.     Top = 74
  38.     Width = 34
  39.     Height = 16
  40.     Caption = 'Width'
  41.   end
  42.   object AllStrings: TMemo
  43.     Left = 7
  44.     Top = 8
  45.     Width = 195
  46.     Height = 201
  47.     Lines.Strings = (
  48.       'AllStrings')
  49.     TabOrder = 0
  50.   end
  51.   object NewString: TComboBox
  52.     Left = 274
  53.     Top = 16
  54.     Width = 137
  55.     Height = 24
  56.     ItemHeight = 16
  57.     TabOrder = 1
  58.   end
  59.   object NewTExt: TEdit
  60.     Left = 274
  61.     Top = 43
  62.     Width = 136
  63.     Height = 24
  64.     TabOrder = 2
  65.   end
  66.   object NewWidth: TEdit
  67.     Left = 274
  68.     Top = 70
  69.     Width = 66
  70.     Height = 24
  71.     TabOrder = 3
  72.   end
  73.   object AsButton: TCheckBox
  74.     Left = 308
  75.     Top = 100
  76.     Width = 97
  77.     Height = 17
  78.     Caption = 'sttButton [@]'
  79.     TabOrder = 4
  80.   end
  81.   object NewDown: TCheckBox
  82.     Left = 308
  83.     Top = 119
  84.     Width = 97
  85.     Height = 17
  86.     Caption = 'sttDown [$]'
  87.     TabOrder = 5
  88.   end
  89.   object NewDisabled: TCheckBox
  90.     Left = 308
  91.     Top = 137
  92.     Width = 97
  93.     Height = 17
  94.     Caption = 'sttDisabled [%]'
  95.     TabOrder = 6
  96.   end
  97.   object Add: TBitBtn
  98.     Left = 222
  99.     Top = 121
  100.     Width = 80
  101.     Height = 33
  102.     Caption = 'Add'
  103.     TabOrder = 7
  104.     OnClick = AddClick
  105.     Glyph.Data = {
  106.       DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  107.       0400000000006800000000000000000000001000000010000000000000000000
  108.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  109.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  110.       7000777777077777700077777007777770007777060777777000777066000007
  111.       7000770666666607700070666666660770007706666666077000777066000007
  112.       7000777706077777700077777007777770007777770777777000777777777777
  113.       7000}
  114.   end
  115.   object BitBtn1: TBitBtn
  116.     Left = 215
  117.     Top = 175
  118.     Width = 89
  119.     Height = 33
  120.     TabOrder = 8
  121.     Kind = bkOK
  122.   end
  123.   object BitBtn2: TBitBtn
  124.     Left = 328
  125.     Top = 175
  126.     Width = 89
  127.     Height = 33
  128.     TabOrder = 9
  129.     Kind = bkCancel
  130.   end
  131. end
  132.